Scrapbox : 数式の書き方
はじめに
Scrapboxでは、TeXと呼ばれる言語を利用して数式を描くことができます。
リンク集
Scrapboxで使えるTeX記法まとめ(カテゴリ検索)
Scrapboxで数学のノートを(TeX記法で)書く
空白・改行・改ページ - LaTeXコマンド集
ギリシャ文字 - LaTeXコマンド集
総和・総乗
矢印記号
$ y=\dfrac{x^{\tfrac{1}{3}}-1}{2}
$ f(x) = \frac{1}{x}
$ g(x) = 1 - \frac{1}{x}
$ \pm
$ \sqrt{2}
$ \int^2_0 (x+1)dx=\left[\frac{1}{2}x^2+x\right]^2_0=4
$ \left[\frac{1}{2}x^2+x\right]^2_0
$ \left[ A \right]^2_0
code:行列
$ \begin{pmatrix} -1 & 0 \\\ 0 & 1 \end{pmatrix}
$ \begin{pmatrix} -1 & 0 \\\ 0 & 1 \end{pmatrix}
code:連立方程式
$ \begin{cases} X' = -X \\Y' = Y \end{cases}
$ \begin{cases} X' = -X \\Y' = Y \end{cases}
内積
$ a \cdot b
外積
$ a \times b
ベクトル表記
$ \vec{a}
$ \binom{a}{b}
$ \begin{pmatrix} {x_1} \\\ {y_1} \\\ {z_1} \end{pmatrix}
$ \gamma \fallingdotseq 2.2
$ \sum_{i=1}^N k = 1 + 2 + \cdots + (N - 1) + N
f(x) = \sum_{i=0}^n x_i
$ x^{\tfrac{1}{3}}-1
$ x^{\tfrac{Gamma}{Gamma}}
$ In^{\tfrac{Gamma}{Gamma}}
$ y=\dfrac{x^{\tfrac{1}{3}}-1}{2}
$ x \div y
$ \infty
$ \begin{array}{l} x\\y-x^2\\x+y\end{array}
$ \Delta \bm{x}